[INFO] fetching crate cryptonight-rs 0.2.1...
[INFO] testing cryptonight-rs-0.2.1 against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] extracting crate cryptonight-rs 0.2.1 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate cryptonight-rs 0.2.1
[INFO] finished tweaking crates.io crate cryptonight-rs 0.2.1
[INFO] tweaked toml for crates.io crate cryptonight-rs 0.2.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cryptonight-rs 0.2.1 on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 6 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `cryptonight-rs` (manifest) generated 1 warning
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bencher v0.1.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88
[INFO] running `Command { std: "docker" "start" "2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `cryptonight-rs` (manifest) generated 1 warning
[INFO] [stderr]    Compiling rustc-serialize v0.3.25
[INFO] [stderr]    Compiling cryptonight-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: cryptonight-rs@0.2.1: In function 'F8',
[INFO] [stderr] warning: cryptonight-rs@0.2.1:     inlined from 'Final' at src/vendor/jh.c:327:13,
[INFO] [stderr] warning: cryptonight-rs@0.2.1:     inlined from 'jh_hash' at src/vendor/jh.c:362:13:
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/jh.c:219:48: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized]
[INFO] [stderr] warning: cryptonight-rs@0.2.1:   219 |       for (i = 0; i < 8; i++)  state->x[i >> 1][i & 1] ^= ((uint64*)state->buffer)[i];
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |                                ~~~~~~~~~~~~~~~~^~~~~~~
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/jh.c: In function 'jh_hash':
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/jh.c:357:17: note: 'state' declared here
[INFO] [stderr] warning: cryptonight-rs@0.2.1:   357 |       hashState state;
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |                 ^~~~~
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/oaes_lib.c: In function 'oaes_get_seed':
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/oaes_lib.c:514:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations]
[INFO] [stderr] warning: cryptonight-rs@0.2.1:   514 |         ftime (&timer);
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |         ^~~~~
[INFO] [stderr] warning: cryptonight-rs@0.2.1: In file included from src/vendor/oaes_lib.c:44:
[INFO] [stderr] warning: cryptonight-rs@0.2.1: /usr/include/x86_64-linux-gnu/sys/timeb.h:29:12: note: declared here
[INFO] [stderr] warning: cryptonight-rs@0.2.1:    29 | extern int ftime (struct timeb *__timebuf)
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |            ^~~~~
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
[INFO] running `Command { std: "docker" "inspect" "2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `cryptonight-rs` (manifest) generated 1 warning
[INFO] [stderr]    Compiling bencher v0.1.5
[INFO] [stderr] warning: cryptonight-rs@0.2.1: In function 'F8',
[INFO] [stderr] warning: cryptonight-rs@0.2.1:     inlined from 'Final' at src/vendor/jh.c:327:13,
[INFO] [stderr] warning: cryptonight-rs@0.2.1:     inlined from 'jh_hash' at src/vendor/jh.c:362:13:
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/jh.c:219:48: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized]
[INFO] [stderr] warning: cryptonight-rs@0.2.1:   219 |       for (i = 0; i < 8; i++)  state->x[i >> 1][i & 1] ^= ((uint64*)state->buffer)[i];
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |                                ~~~~~~~~~~~~~~~~^~~~~~~
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/jh.c: In function 'jh_hash':
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/jh.c:357:17: note: 'state' declared here
[INFO] [stderr] warning: cryptonight-rs@0.2.1:   357 |       hashState state;
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |                 ^~~~~
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/oaes_lib.c: In function 'oaes_get_seed':
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/oaes_lib.c:514:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations]
[INFO] [stderr] warning: cryptonight-rs@0.2.1:   514 |         ftime (&timer);
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |         ^~~~~
[INFO] [stderr] warning: cryptonight-rs@0.2.1: In file included from src/vendor/oaes_lib.c:44:
[INFO] [stderr] warning: cryptonight-rs@0.2.1: /usr/include/x86_64-linux-gnu/sys/timeb.h:29:12: note: declared here
[INFO] [stderr] warning: cryptonight-rs@0.2.1:    29 | extern int ftime (struct timeb *__timebuf)
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |            ^~~~~
[INFO] [stderr]    Compiling cryptonight-rs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.26s
[INFO] running `Command { std: "docker" "inspect" "2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `cryptonight-rs` (manifest) generated 1 warning
[INFO] [stderr] warning: cryptonight-rs@0.2.1: In function 'F8',
[INFO] [stderr] warning: cryptonight-rs@0.2.1:     inlined from 'Final' at src/vendor/jh.c:327:13,
[INFO] [stderr] warning: cryptonight-rs@0.2.1:     inlined from 'jh_hash' at src/vendor/jh.c:362:13:
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/jh.c:219:48: warning: 'state' may be used uninitialized [-Wmaybe-uninitialized]
[INFO] [stderr] warning: cryptonight-rs@0.2.1:   219 |       for (i = 0; i < 8; i++)  state->x[i >> 1][i & 1] ^= ((uint64*)state->buffer)[i];
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |                                ~~~~~~~~~~~~~~~~^~~~~~~
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/jh.c: In function 'jh_hash':
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/jh.c:357:17: note: 'state' declared here
[INFO] [stderr] warning: cryptonight-rs@0.2.1:   357 |       hashState state;
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |                 ^~~~~
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/oaes_lib.c: In function 'oaes_get_seed':
[INFO] [stderr] warning: cryptonight-rs@0.2.1: src/vendor/oaes_lib.c:514:9: warning: 'ftime' is deprecated: Use gettimeofday or clock_gettime instead [-Wdeprecated-declarations]
[INFO] [stderr] warning: cryptonight-rs@0.2.1:   514 |         ftime (&timer);
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |         ^~~~~
[INFO] [stderr] warning: cryptonight-rs@0.2.1: In file included from src/vendor/oaes_lib.c:44:
[INFO] [stderr] warning: cryptonight-rs@0.2.1: /usr/include/x86_64-linux-gnu/sys/timeb.h:29:12: note: declared here
[INFO] [stderr] warning: cryptonight-rs@0.2.1:    29 | extern int ftime (struct timeb *__timebuf)
[INFO] [stderr] warning: cryptonight-rs@0.2.1:       |            ^~~~~
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cryptonight-e3cc386bf97b3146)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::run_test ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::run_test stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::run_test' (239) panicked at src/lib.rs:89:13:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: [80, 167, 125, 84, 22, 240, 102, 199, 195, 9, 86, 66, 111, 57, 31, 222, 210, 65, 197, 96, 116, 184, 182, 89, 115, 148, 58, 225, 56, 208, 200, 254]
[INFO] [stdout]  right: [187, 236, 44, 172, 246, 152, 102, 168, 231, 64, 56, 15, 231, 184, 24, 252, 120, 248, 87, 18, 33, 116, 45, 114, 157, 157, 2, 215, 248, 152, 155, 135]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62d9547a6f08 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62d9547a6f08 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62d9547a6f08 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62d9547a6f08 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62d9547bad2a - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62d9547bad2a - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x62d9547ab722 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62d9547ab722 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62d9547860b6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62d9547860b6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62d95479f459 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62d954738b0c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x62d954738b0c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x62d95479f612 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x62d95479f612 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62d954786172 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x62d95477b379 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62d954786e8d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62d9547bb47c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62d9547bb333 - core[28b146924c2f19c6]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x62d95471a66e - core[28b146924c2f19c6]::panicking::assert_failed::<alloc[95e62e727ddf147d]::vec::Vec<u8>, alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x62d95471adaf - cryptonight[85419e6c0dfae442]::tests::test_hash
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:89:13
[INFO] [stdout]   22:     0x62d95471d803 - cryptonight[85419e6c0dfae442]::tests::run_test
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:214:9
[INFO] [stdout]   23:     0x62d95471a8c7 - cryptonight[85419e6c0dfae442]::tests::run_test::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:94:18
[INFO] [stdout]   24:     0x62d95471e1a6 - <cryptonight[85419e6c0dfae442]::tests::run_test::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62d95472bbeb - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x62d95472bbeb - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x62d954739465 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x62d954739465 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x62d954739465 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x62d954739465 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x62d954739465 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x62d954739465 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x62d954739465 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x62d954733fc4 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x62d954733fc4 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x62d95473c4e2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x62d95473c4e2 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x62d95473c4e2 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x62d95473c4e2 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x62d95473c4e2 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x62d95473c4e2 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x62d95473c4e2 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x62d9547a686f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   44:     0x62d9547a686f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x7b1820ad3aa4 - <unknown>
[INFO] [stdout]   46:     0x7b1820b60a64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::run_test
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.22s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88", kill_on_drop: false }`
[INFO] [stdout] 2ca02a757e70323f154ea3b5bbd123220fb3b9ea62a35eec8852f9bb78ff0b88
